home *** CD-ROM | disk | FTP | other *** search
/ Quickshot 1995 - Games Mania / Quickshot 1995 - CD GAMES MANIA.iso / start.bat
Encoding:
DOS Batch File  |  1995-01-11  |  218 b   |  11 lines

  1. @echo off
  2. cls
  3. cd \QUIKMENQ   
  4. md C:\QUIKMENQ
  5. copy \QUIKMENQ\qm.inf c:\QUIKMENQ\qm.inf
  6. copy \QUIKMENQ\QM.MNU C:\QUIKMENQ\QM.MNU
  7. set QUIKMENU=C:\QUIKMENQ
  8. QM_PROG  %1 %2 %3 %4 %5
  9. call %QUIKMENU%\QM_APP.BAT 
  10. cls
  11.